This forum is closed to new posts and
responses. Individual names altered for privacy purposes. The information contained in this website is provided for informational purposes only and should not be construed as a forum for customer support requests. Any customer support requests should be directed to the official HCL customer support channels below:
Firstly, I am not too familar with python scripts.
You *may* be able to copy your scripts on the Lotus server and create an agent with LotusScript using the Shell function to run your script.
One way to trigger is to sign the agent with a valid ID that has the proper execution control ("unrestricted rights to run LotusScript" on the server), and possibly trigger it with a web link like: http://severname/dbname.nsf/agentname?open (note, web agents can be set to run with the rights of signer or the user, so you may have to set that in the agent properties.)
Some OS level security may block your script if it tries to access certain resources. For instance, Windows can block access to other file servers *if* the Notes server is not running as service with a NT logon id that has access / priveledge.
--also, the evaluate command can help you pass any Lotus information such as database information as parameters to your shell programs. Such as: